home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
SecalDemo
/
Inc
/
exec
/
resident.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-06-11
|
381 b
|
23 lines
include "inc/exec/types.inc";
struct Resident is
rt_MatchWord:uword;
rt_MatchTag:ulong;
rt_EndSkip:ulong;
rt_Flags:ubyte;
rt_Version:ubyte;
rt_Type:ubyte;
rt_Pri:byte;
rt_Name:ulong;
rt_IdString:ulong;
rt_Init:ulong;
;
def RTC_MATCHWORD = $4afc;
def RTF_AUTOINIT = (1<<7);
def RTF_AFTERDOS = (1<<2);
def RTF_SINGLETASK = (1<<1);
def RTF_COLDSTART = (1<<0);